home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
System
/
Swatch
/
Development
/
swatch 1.7
/
about.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-28
|
258 b
|
22 lines
|
[
TEXT/KAHL
]
/**
about.h
Copyright (c) 1990-1992, joe holt
**/
#ifndef __about__
#define __about__
/*******************************************************************************
**
** Public Functions
**
**/
void Do_about( WindowPtr the_window );
#endif